home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / em2i31.zip / README.386 < prev   
Text File  |  1991-01-23  |  4KB  |  105 lines

  1. Installation Notes for E/MASTER-II Under NetWare 386, V3.10:
  2.  
  3. October 25, 1990
  4.  
  5. The NetWare 386 Server:
  6. ----------------------
  7.  
  8. Install the E/MASTER-II boards in the server in the following manner:
  9. Set them all to the SAME I/O base address (e.g.  300), DIFFERENT IRQ
  10. values, and DIFFERENT DMA values, then set the LAN A, B, C, D jumpers
  11. according to how many boards are installed, always starting with LAN
  12. A, then LAN B, and so on.
  13.  
  14. Boot the NetWare 386 server as usual.  Then, use the INSTALL
  15. NLM to add the following lines to the STARTUP.NCF file:
  16.  
  17.   SET MAXIMUM PHYSICAL RECEIVE PACKET SIZE = 4202
  18.   SET AUTO REGISTER MEMORY ABOVE 16 MEGABYTES = OFF
  19.   SET MINIMUM PACKET RECEIVE BUFFERS = 30
  20.  
  21. The value of 30 is for the maximum of 4 E/MASTER-II boards in the
  22. server; you should use at least as many per E/MASTER-II board as
  23. selected with the RXBUFS parameter (default 6).  This value is a
  24. MINIMUM value, your server may need more receive buffers.
  25.  
  26.  
  27. Installing the E/MASTER-II software:
  28.  
  29. This subdirectory contains the NetWare 386 E/MASTER-II
  30. driver EM2AT386.LAN.  Copy this file to the DOS partition of
  31. the NetWare 386 server or to the SYS:SYSTEM directory on the
  32. server.
  33.  
  34. After bringing up the server, load the E/MASTER-II driver
  35. once for each board installed in the server:
  36.  
  37.    :LOAD [C:]EM2AT386 INT=x DMA=y PORT=z [BUSRATE=b] [RXBUFS=r]
  38.  
  39. Where:    x = IRQ jumper setting for the LAN A board
  40.     y = DMA jumper settings for the LAN A board
  41.     z = I/O port setting for the LAN A board
  42.     b = Bus Transfer Rate option.  The default is 1 which will
  43.         be adequate for most single-E/MASTER servers.  Very fast
  44.         servers (386-33 or 486) can probably use up to BUSRATE=3.
  45.         You should only use BUSRATE=3 in machines which Cogent has
  46.         specifically qualified for this speed.  Unpredictable results
  47.         can be expected in other machines.    Use BUSRATE=1 (default) if
  48.         in doubt.
  49.         (NOTE: Compaq SystemPro machines should use BUSRATE=2).
  50.  
  51.     r = the number of receive ECB's that the driver will
  52.         pre-allocate.  The default is 6, which should be the
  53.         minimum used.
  54.  
  55.     (You will have to specify the path (e.g. "A:" or "C:") if loading
  56.      the driver from the DOS partition of the 386 server drive
  57.      or from a floppy disk)
  58.  
  59. Then bind the IPX protocol to the E/MASTER-II board:
  60.  
  61.    :BIND IPX TO EM2AT386 [INT=x] NET=1
  62.  
  63. Where:    x = the same IRQ setting used for the LAN A board
  64.     NET=1 is the IPX internal network number for LAN A
  65.     (the actual number used is arbitrary but must be
  66.     different for each E/MASTER-II loaded)
  67.  
  68. Repeat the above LOAD and BIND process for each E/MASTER-II
  69. board in the machine.  If desired, the above commands can be
  70. added to the AUTOEXEC.NCF file by using the INSTALL NLM
  71. program.
  72.  
  73. The default LAN protocol used is 802.3.  You can use Ethernet_II
  74. protocol by loading EM2AT386 with the "frame=ETHERNET_II"
  75. parameter.
  76.  
  77.  
  78. IMPORTANT!
  79. ----------
  80.  
  81. The E/MASTER-II board with the LAN A jumper setting must be LOADed
  82. FIRST, LAN B must be LOADed second, LAN C third, etc.
  83.  
  84.  
  85. NOTE on the BUSRATE Parameter:
  86. -----------------------------
  87.  
  88. This parameter is provided for compatibility with the widest range
  89. of ISA bus machines.  It determines the data rate that the E/MASTER-II
  90. board uses on the system bus, and can be set to 0, 1, 2, or  3.  The
  91. default value is 1, which is a conservative setting and
  92. will operate correctly in virtually all ISA bus machines.
  93.  
  94. When using multiple E/MASTER-II boards in one machine, it is possible
  95. to improve performance in most systems by using a higher data rate
  96. than the default, and BUSRATE=2 or 3 can be used in qualified servers
  97. with adequately high performance.
  98.  
  99. IF YOU EXPERIENCE ANY PROBLEMS in getting the E/MASTER-II board to
  100. initialize or function properly and you have verified all other
  101. hardware jumper settings, try a lower value for the BUSRATE parameter.
  102.  
  103. Refer to the E/MASTER-II manual for complete information about
  104. setting the BUSRATE parameter.
  105.